projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d58f0
)
; * src/gtkutil.c (xg_check_special_colors): Add another GTK+ FIXME.
author
Philipp Stephani
<phst@google.com>
Fri, 29 Sep 2017 20:47:33 +0000
(22:47 +0200)
committer
Philipp Stephani
<phst@google.com>
Fri, 29 Sep 2017 20:47:33 +0000
(22:47 +0200)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 0da70399193b04e5364ea3df4c8827d7d094a4af..9f05524738bc0b2900296eed93abb017af222b99 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-577,6
+577,10
@@
xg_check_special_colors (struct frame *f,
if (get_fg)
gtk_style_context_get_color (gsty, state, &col);
else
+ /* FIXME: gtk_style_context_get_background_color is deprecated
+ in GTK+ 3.16. New versions of GTK+ don’t use the concept of
+ a single background color any more, so we shouldn’t query for
+ it. */
gtk_style_context_get_background_color (gsty, state, &col);
unsigned short